object formDelayWindow: TformDelayWindow Left = 386 Top = 301 BorderStyle = bsDialog BorderWidth = 8 Caption = 'Loading...' ClientHeight = 27 ClientWidth = 285 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object pgbar: TProgressBar Left = 0 Top = 0 Width = 285 Height = 27 Align = alClient TabOrder = 0 end object timerUpdate: TTimer Interval = 100 OnTimer = timerUpdateTimer end end